home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / launcher / scripts / DefineSprite_34 / frame_1 / DoAction.as
Encoding:
Text File  |  2002-03-20  |  306 b   |  18 lines

  1. if(1 < _parent._parent._parent.tempFrame)
  2. {
  3.    gotoAndPlay(_parent._parent._parent.tempFrame + 1);
  4.    _parent._parent._parent.tempFrame = 0;
  5. }
  6. else
  7. {
  8.    if(_parent._parent._parent.rotateOn)
  9.    {
  10.       gotoAndPlay(1);
  11.    }
  12.    else
  13.    {
  14.       gotoAndStop(1);
  15.    }
  16.    S.anim.finish = true;
  17. }
  18.